auto merge of #868 : IanConnolly/cargo/backtick_fix, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 14 Nov 2014 17:14:33 +0000 (17:14 +0000)
committerbors <bors@rust-lang.org>
Fri, 14 Nov 2014 17:14:33 +0000 (17:14 +0000)
commit6805e7a23a315c025d280f352338590dee0f7406
tree7384ff87e2a3433a32f42ade1ad0ee0bdc4e1ce6
parent3da92e9ad35751a1cabad3b6814e450f65164844
parent21e94a460829ed3fb373180c1dec171638c1347f
auto merge of #868 : IanConnolly/cargo/backtick_fix, r=alexcrichton

19:09 < ianconnolly> hey, i was browsing the cargo code, any particular reason why this string is mixed backticks + straight apostrophes?
                     https://github.com/rust-lang/cargo/blob/master/src/bin/cargo.rs#L157
19:10 < acrichto> ianconnolly: oh I think I missed that, it should probably just be `{}` like the rest of cargo